Welcome![Sign In][Sign Up]
Location:
Search - ftp client linux

Search list

[VOIP programkomssys-snap-19feb2007

Description: 出版《多媒体技术: 计算、通讯及应用(英文影印版)》牛人使用的RTP通信服务程序,可以用来做多媒体通信快速实验,只支持MPEG-1编码。服务器功能相当于IBM s VideoCharger. -The KOM(S) Streaming System provides a server, a client, and a proxy cache for audio/video streaming. The first and foremost encoding format that we use is MPEG-1 System. The primary platforms is Linux. It does not handle data in pull mode (File, HTTP and FTP) but uses RTSP/RTP (and Files). It uses RTSP as control protocol to communicate with possible streaming servers. The video data is transported via RTP. On all working platforms, a rudimentary but functional streaming server is available. On AIX 4.3, the server is able to act as a replacement RTSP server for IBM s VideoCharger. README for further information. Please read the file COPYRIGHT for copyright information.
Platform: | Size: 2575360 | Author: 胡胜红 | Hits:

[Linux-Unixlabfin

Description: linux下ftp协议客户端代码.实现登陆,被动连接,文件的上传,下载等功能,利于新手了解ftp协议工作机制.-ftp protocol under linux client code. to achieve landing, passive connectivity, file upload, download and other functions, which will help novice to understand the working mechanism ftp protocol.
Platform: | Size: 4096 | Author: 100 | Hits:

[Internet-Networkfile_transfer.tar

Description: 这个源码是我自己写的,目的是为了模拟ftp协议实现linux主机之间的文件传输,为了简单起见传输方式为二进制方式,源码编辑之后就可以运行,在头文件中指定了server端的ip地址,端口号,最大的连接数,传输过程中的缓冲大小(100个字节),这些都可以重新设置。运行时现在server端运行服务,然后client端可以通过命令行的方式去获取server端的文件(./client server端的文件路径 本地存储路径和文件名)。新手上路,请站长多多指教。-The source is my own writing, the purpose is to simulate ftp protocol file transfer between linux hosts, for simplicity binary transmission mode, source code can be run after editing, is specified in the header file server side ip address port number, the maximum number of connections, the transmission process of the buffer size (100 bytes), which can be reset. Now run the server-side run-time service, and then through the command line client-side way to access server-side file (./Client server-side path to the local store the file path and file name). New to the road, please webmaster exhibitions.
Platform: | Size: 11264 | Author: sunzhi | Hits:

[Internet-Networkos

Description: 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listening socket server must respond to client connection requests, it must provide connectivity to interact with the client socket. There are a host more than one socket server, such as ftp, telnet servers, they are in the initial listening state, waiting for the arrival of connection requests. linux in order to manage these two types of socket provides two hash list: tcp_listening_hash and tcp_ehash, the following analyzes the hash table under the monitor, incidentally, said that under the connection hash table.
Platform: | Size: 4096 | Author: liujunwei | Hits:

[Internet-Networkos111

Description: 网络通信过程中,服务器必然提供监听socket响应客户端连接请求,也必然提供连接socket与客户端进行交互。一台主机上有不止一个的socket服务器,如ftp、telnet服务器等,他们初始都处于监听状态,等待连接请求的到来。linux中为了管理这两类socket提供了两个哈希链表:tcp_listening_hash和tcp_ehash,下面主要分析下监听哈希表,顺带说下连接hash表。 -Network communication process, provide listening socket server must respond to client connection requests, it must provide connectivity to interact with the client socket. There are a host more than one socket server, such as ftp, telnet servers, they are in the initial listening state, waiting for the arrival of connection requests. linux in order to manage these two types of socket provides two hash list: tcp_listening_hash and tcp_ehash, the following analyzes the hash table under the monitor, incidentally, said that under the connection hash table.
Platform: | Size: 4096 | Author: liujunwei | Hits:

[Ftp Serverftp_client_server

Description: 在linux中搭建FTP服务器和客户端,通过客户端可以向搭建好的服务器读或者写文件-Set up in linux FTP server and client, the client can read and write files
Platform: | Size: 565248 | Author: 肖军 | Hits:

[Ftp Clientsocket_ftp

Description: linux ftp 实现了用户名登录及文件上传下载-client server
Platform: | Size: 9216 | Author: 朱斌 | Hits:

[Ftp Serverrelease

Description: 简单的ftp服务器,提供给初学linux的新手-a simple ftp server and client code, for linux beginner
Platform: | Size: 23552 | Author: daiziqi | Hits:

[Internet-Networklibcurl-7.18.0-win32-msvc

Description: Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用。-Libcurl for a free open source, the client url transmission library, support FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP, cross-platform, supports Windows, Unix, Linux, thread safety, Ipv6 support. And easy to use.
Platform: | Size: 1076224 | Author: SigCell2008 | Hits:

[Internet-Networkftpserver

Description: Linux下FTP服务器与客户端的C语言实现-C language under Linux FTP server and client
Platform: | Size: 5120 | Author: 刘伽 | Hits:

[Software Engineeringftp_client-server_c_linux

Description: 用C语言 实现Linux上的FTP传输。本设计旨在利用Winsock 2.0简单实现FTP(File Transfer Protocol,文件传输协议)的客户端和服务器端程序。-Using C language on Linux FTP transfers. The design is aimed at the Winsock 2.0 simple implementation of FTP (File Transfer Protocol, File Transfer Protocol) client and server-side program.
Platform: | Size: 187392 | Author: 夜夜 | Hits:

[Internet-Networkhttppc-0.8.5.tar

Description: linux下穿代理的socket程序.HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, ssh, cvs, smth else? Project implements dynamic library, that can be preloaded before program run. The library substitutes some system calls (connect(), gethostbyaddr(), gethostbyname()), with calls, which makes TCP/IP connection through HTTP proxy. This allows client programs behind HTTP proxy work with Internet without limitations. -HTTP Proxy Client is the small set of libraries and scripts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, ssh, cvs, smth else? Project implements dynamic library, that can be preloaded before program run. The library substitutes some system calls (connect(), gethostbyaddr(), gethostbyname()), with calls, which makes TCP/IP connection through HTTP proxy. This allows client programs behind HTTP proxy work with Internet without limitations.
Platform: | Size: 217088 | Author: 李冰 | Hits:

[Internet-NetworkFileZilla_2_2_4b_src

Description: FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Features Among others, the features of FileZilla include the following: Easy to use Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) Cross-platform. Runs on Windows, Linux, *BSD, Mac OS X and more IPv6 support Available in many languages Supports resume and transfer of large files >4GB Tabbed user interface Powerful Site Manager and transfer queue Bookmarks Drag & drop support Configurable transfer speed limits Filename filters Directory comparison Network configuration wizard Remote file editing Keep-alive HTTP/1.1, SOCKS5 and FTP-Proxy support Logging to file Synchronized directory browsing Remote file search If you like it, see some screenshots of FileZilla.-FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Features Among others, the features of FileZilla include the following: Easy to use Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) Cross-platform. Runs on Windows, Linux, *BSD, Mac OS X and more IPv6 support Available in many languages Supports resume and transfer of large files >4GB Tabbed user interface Powerful Site Manager and transfer queue Bookmarks Drag & drop support Configurable transfer speed limits Filename filters Directory comparison Network configuration wizard Remote file editing Keep-alive HTTP/1.1, SOCKS5 and FTP-Proxy support Logging to file Synchronized directory browsing Remote file search If you like it, see some screenshots of FileZilla.
Platform: | Size: 19209216 | Author: liuxuhua | Hits:

[WEB CodeAMFTP-2.0

Description: FTP上传管理工具 - AMFTP AMFTP - WEB FTP管理客户端 01) 易用: 支持快速重命名、下载、删除、编辑文件,友好轻松的文件选择,目录浏览记录,齐全的排序属性等。 02) 快速: 基于FTP命令响应操作,避免来回不停CWD与MLSD请求列表,接收数据, 使用AMFTP移动文件与设置文件权限等都可极快执行完成。 03) 上传: 支持批量极速上传文件,上传可以达到满速。 04) 压缩: Linux 环境全面支持 zip tar gzip(tar.gz) 格式解压与压缩。 05) 权限: 支持在线全面设置文件权限属性、同时支持应用到所有子目录和文件-FTP upload management tool- AMFTP AMFTP- WEB FTP management client 01) Use: Support quickly rename, download, delete, edit files, friendly and easy file selection, directory browsing history, complete sorting attributes. 02) Fast: FTP command response based operations, to avoid back and forth constantly CWD and MLSD request list, receive data, using AMFTP move files and setting file permissions, etc. can be extremely fast execution completed. 03) Add: Support speed bulk upload files, upload up to full speed. 04) Compression: Linux environment fully supports zip tar gzip (tar.gz) format decompression and compression. 05) Permissions: support online comprehensive set file permissions attributes, while supporting applied to all subdirectories and files
Platform: | Size: 191488 | Author: 白宦成 | Hits:

[Software Engineeringsocket-andftp

Description: linux环境下的基于socket通信的ftp系统服务器端和客户端的代码-code based on socket communication ftp server and client systems of linux environment
Platform: | Size: 15360 | Author: zhouxing | Hits:

[Internet-Networkftp_client

Description: 基于linux系统的实现FTP用户端的源码-FTP linux based systems to achieve the client s source
Platform: | Size: 17408 | Author: 刘听听 | Hits:

[Linux-Unixcurl-7.21.6

Description: Libcurl为一个免费开源的,客户端url传输库,支持FTP,FTPS,TFTP,HTTP,HTTPS,GOPHER,TELNET,DICT,FILE和LDAP,跨平台,支持Windows,Unix,Linux等,线程安全,支持Ipv6。并且易于使用-Libcurl is a free open-source client libraries url transmission, supporting FTP, FTPS, TFTP, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP, cross-platform support for Windows, Unix, Linux, etc., thread safety, support Ipv6 . And easy to use
Platform: | Size: 2525184 | Author: guowei | Hits:

[Internet-Networkmyftp

Description: 类似ftp文件传输。采用c语言编程实现了服务器与客户端,并可以在linux下运行实现。-FTP file transfer. C language programming to achieve the server and the client, and can run in the linux.
Platform: | Size: 24576 | Author: 福大 | Hits:
« 1 2 3 4 5 6 7 8»

CodeBus www.codebus.net